Cube Yogi
Cube Yogi
Leader in Zoho Solutions/Consultation

Redirect to another form with data filled on submission

Here is our approach to redirect to another form with data filled on submission

Our Assumption 

1. We assume that you have 2 Forms. Registration form and Scheduling form

2. Both forms has 'Name' field

3. We assume you want to redirect to Scheduling form with 'Name' filled when submitting Registration form

Approach 

We've given the steps to redirect to another form with data filled on submission

1. Create workflow on submission of Registration form

1.1 Tap on "Edit this application"

1.2 Go to Workflow section

1.3 Tap on "New Workflow"

1.4 Give conditions for workflow as mentioned in the below image and tap on "Create Workflow"

1.5 Tap on "Add New Action"

1.6 Choose "Deluge Script" as Action Type

1.7 Copy and paste the below code in the Code Snippet and tap on "Save"

Code Snippet 

Related Community Question 

Auto-fill name field | Link

I have created an app with the following forms

Registration form
-User enters their Name in a name field

Scheduling form
-There is a name field that should auto fill with the user's name based on what they filled in the Registration form.

How can I do this?